Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release v0.21.4 #4004

Merged
merged 3 commits into from
Jul 2, 2024
Merged

release v0.21.4 #4004

merged 3 commits into from
Jul 2, 2024

Conversation

SimonDanisch
Copy link
Member

No description provided.

@MakieBot
Copy link
Collaborator

MakieBot commented Jul 2, 2024

Compile Times benchmark

Note, that these numbers may fluctuate on the CI servers, so take them with a grain of salt. All benchmark results are based on the mean time and negative percent mean faster than the base branch. Note, that GLMakie + WGLMakie run on an emulated GPU, so the runtime benchmark is much slower. Results are from running:

using_time = @ctime using Backend
# Compile time
create_time = @ctime fig = scatter(1:4; color=1:4, colormap=:turbo, markersize=20, visible=true)
display_time = @ctime Makie.colorbuffer(display(fig))
# Runtime
create_time = @benchmark fig = scatter(1:4; color=1:4, colormap=:turbo, markersize=20, visible=true)
display_time = @benchmark Makie.colorbuffer(fig)
using create display create display
GLMakie 4.18s (4.15, 4.21) 0.02+- 103.29ms (102.34, 104.40) 0.77+- 479.30ms (475.45, 485.32) 3.11+- 8.40ms (8.19, 8.49) 0.10+- 25.45ms (25.41, 25.51) 0.04+-
master 4.20s (4.16, 4.30) 0.05+- 104.92ms (101.78, 108.01) 2.28+- 481.07ms (475.57, 498.46) 8.55+- 8.46ms (8.22, 8.73) 0.16+- 25.54ms (25.39, 25.88) 0.17+-
evaluation 1.00x invariant, -0.02s (-0.51d, 0.37p, 0.04std) 1.02x invariant, -1.63ms (-0.96d, 0.11p, 1.52std) 1.00x invariant, -1.77ms (-0.28d, 0.62p, 5.83std) 1.01x invariant, -0.06ms (-0.45d, 0.42p, 0.13std) 1.00x invariant, -0.09ms (-0.77d, 0.19p, 0.10std)
CairoMakie 3.91s (3.85, 4.07) 0.08+- 111.48ms (108.24, 117.55) 3.84+- 131.93ms (127.05, 141.89) 4.90+- 8.36ms (8.28, 8.45) 0.06+- 983.76μs (978.97, 991.06) 4.53+-
master 3.64s (3.60, 3.69) 0.03+- 108.00ms (106.28, 110.06) 1.36+- 133.94ms (129.83, 137.76) 2.84+- 8.13ms (7.99, 8.35) 0.13+- 973.94μs (966.15, 984.08) 7.46+-
evaluation 0.93x slower❌, 0.27s (4.47d, 0.00p, 0.06std) 0.97x invariant, 3.48ms (1.21d, 0.06p, 2.60std) 1.02x invariant, -2.02ms (-0.50d, 0.37p, 3.87std) 0.97x slower X, 0.22ms (2.29d, 0.00p, 0.09std) 0.99x slower X, 9.82μs (1.59d, 0.01p, 6.00std)
WGLMakie 4.49s (4.48, 4.51) 0.01+- 106.42ms (104.55, 112.21) 2.60+- 9.03s (8.95, 9.10) 0.06+- 9.55ms (9.06, 10.49) 0.62+- 70.50ms (69.70, 71.73) 0.68+-
master 4.50s (4.46, 4.57) 0.04+- 107.18ms (104.72, 117.10) 4.39+- 9.00s (8.93, 9.10) 0.06+- 9.34ms (9.01, 10.54) 0.53+- 72.05ms (69.91, 82.63) 4.68+-
evaluation 1.00x invariant, -0.01s (-0.23d, 0.68p, 0.02std) 1.01x invariant, -0.76ms (-0.21d, 0.70p, 3.50std) 1.00x invariant, 0.03s (0.53d, 0.34p, 0.06std) 0.98x invariant, 0.2ms (0.35d, 0.52p, 0.58std) 1.02x invariant, -1.55ms (-0.46d, 0.42p, 2.68std)

@SimonDanisch SimonDanisch merged commit 604ba5d into master Jul 2, 2024
17 of 18 checks passed
@SimonDanisch SimonDanisch deleted the sd/v0.21.4 branch July 2, 2024 19:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants